Tweak release script.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 19 Jun 2003 03:41:06 +0000 (03:41 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 19 Jun 2003 03:41:06 +0000 (03:41 +0000)
magxfer/Makefile

index e4cc0a8acaa2cbccdd756b4e425876ae1d3a982d..f3753a17d426b3622a6e588390d490190aaa04d8 100644 (file)
@@ -5,10 +5,10 @@ magxfer: magxfer.c
 clean:
        rm -f magxfer
 
-VERSIONU=0_8_0
-VERSIOND=0.8.0
+VERSIONU=0_8_1
+VERSIOND=0.8.1
 release:
        cvs tag magxfer_$(VERSIONU)
        cvs export -r magxfer_$(VERSIONU) -d magxfer-$(VERSIOND) magxfer
        tar cvzf /tmp/magxfer-$(VERSIOND).tar.gz magxfer-$(VERSIOND)
-       curl -u anonymous:anonymous -upload-file /tmp/gpsbabel-$(VERSIOND).tar.gz ftp://upload.sf.net/incoming
+       curl -u anonymous:anonymous --upload-file /tmp/magxfer-$(VERSIOND).tar.gz ftp://upload.sf.net/incoming